|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Gurran Wecri
The Dev Team
1
|
Posted - 2013.02.07 17:39:00 -
[1] - Quote
I am looking for a corp site template in PHP/MySQL. I found something on google code called EMPA that was perfect, however it has not been updated since 2010 and is no longer functional. I also found a non-functional Joomla plugin. Any ideas are appreciated.
Thanks, Timberwolf Programmers |

Gurran Wecri
The Dev Team
1
|
Posted - 2013.02.07 23:38:00 -
[2] - Quote
- register via eve browser
- character sheet as profile
- training queue in profile
- isk donation
- event calendar
- news
- recruit section
- corp chat channel joiner button
Any other features such as kill board would be nice, but is not necessary. |

Gurran Wecri
The Dev Team
1
|
Posted - 2013.02.08 01:20:00 -
[3] - Quote
NickyYo wrote:Gurran Wecri wrote:
- register via eve browser
- character sheet as profile
- training queue in profile
- isk donation
- event calendar
- news
- recruit section
- corp chat channel joiner button
Any other features such as kill board would be nice, but is not necessary. Not a lot then, why don't you make one?
I have the skills in PHP and MySQL, but I have not been able to figure out how the EVE API works... Not a lot of documentation on it, at least none that I can understand. So unless you direct me in the path of figuring out how the heck to use the EVE API and the EVE browser js libraries, its not possible for me. |

Gurran Wecri
The Dev Team
1
|
Posted - 2013.02.08 05:31:00 -
[4] - Quote
Kosmoto Gothwen wrote:A few useful links to help you: Evelopedia CCP JS: http://wiki.eveonline.com/en/wiki/IGB_Javascript_MethodsEve Wiki CCP JS: http://wiki.eveonline.com/en/wiki/IGB_Javascript_MethodsEveDev API stuff: http://wiki.eve-id.net/APIv2_Page_IndexSome samples of headers I threw together: http://igb.frenemylogicians.com/testing/To me it sounds like you should use smf, with the temars plugin. This will get you 1) Forums 2) Calender 3) TS3 Management 4) News Letter 5) Recruit organization (this is just the organization of it, not the character sheet and all the goodies that go with recruiting, but you can make custom pages to handle what you want, if you want/need help with that I can go into more detail.) Kill boards definitely separate from everything else on a site imo. They have different db's and auth then what ever your main site turns out to be. If you want to write your own instead, I would NOT recommend using the IGB for user auth to any page of importance. CCP headers are not digitally signed so they can be spoofed and you would never know the difference. Now i suppose you could have non corp critical stuff use headers for auth, but imo if they aren't that important why have an auth that's what corp bulletins are for. Thank you for the sites, I am only using IGB for registration. |

Gurran Wecri
The Dev Team
1
|
Posted - 2013.02.08 19:45:00 -
[5] - Quote
Peter Powers wrote:Gurran Wecri wrote:Thank you for the sites, I am only using IGB for registration. that is a BAD IDEA. Ingame Browser can be faked! It is only for convenience sake, you won't have to register with the browser. |

Gurran Wecri
The Dev Team
1
|
Posted - 2013.02.08 19:47:00 -
[6] - Quote
Louis Vitton wrote:Plus on one of the newer versions of apache it doesnt support headers with " _ " in them like all the eve ones have.
I have Apache/2.2.22 (Ubuntu), does it support underscores? |
|
|
|